home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / awksrc.zip / GAWK-D~1.14 / GAWK.AUX next >
Text File  |  1993-10-03  |  12KB  |  329 lines

  1. 'xrdef {Preface-pg}{1}
  2. 'xrdef {Preface-snt}{}
  3. 'xrdef {History-pg}{1}
  4. 'xrdef {History-snt}{}
  5. 'xrdef {Copying-pg}{3}
  6. 'xrdef {Copying-snt}{}
  7. 'xrdef {Copying-pg}{3}
  8. 'xrdef {Copying-snt}{}
  9. 'xrdef {Copying-pg}{4}
  10. 'xrdef {Copying-snt}{}
  11. 'xrdef {Copying-pg}{9}
  12. 'xrdef {Copying-snt}{}
  13. 'xrdef {This Manual-pg}{11}
  14. 'xrdef {This Manual-snt}{Chapter'tie1}
  15. 'xrdef {Sample Data Files-pg}{11}
  16. 'xrdef {Sample Data Files-snt}{Section'tie1.1}
  17. 'xrdef {Getting Started-pg}{13}
  18. 'xrdef {Getting Started-snt}{Chapter'tie2}
  19. 'xrdef {Very Simple-pg}{13}
  20. 'xrdef {Very Simple-snt}{Section'tie2.1}
  21. 'xrdef {Two Rules-pg}{14}
  22. 'xrdef {Two Rules-snt}{Section'tie2.2}
  23. 'xrdef {More Complex-pg}{15}
  24. 'xrdef {More Complex-snt}{Section'tie2.3}
  25. 'xrdef {Running gawk-pg}{16}
  26. 'xrdef {Running gawk-snt}{Section'tie2.4}
  27. 'xrdef {One-shot-pg}{17}
  28. 'xrdef {One-shot-snt}{Section'tie2.4.1}
  29. 'xrdef {Read Terminal-pg}{17}
  30. 'xrdef {Read Terminal-snt}{Section'tie2.4.2}
  31. 'xrdef {Long-pg}{18}
  32. 'xrdef {Long-snt}{Section'tie2.4.3}
  33. 'xrdef {Executable Scripts-pg}{19}
  34. 'xrdef {Executable Scripts-snt}{Section'tie2.4.4}
  35. 'xrdef {Comments-pg}{20}
  36. 'xrdef {Comments-snt}{Section'tie2.5}
  37. 'xrdef {Statements/Lines-pg}{21}
  38. 'xrdef {Statements/Lines-snt}{Section'tie2.6}
  39. 'xrdef {When-pg}{22}
  40. 'xrdef {When-snt}{Section'tie2.7}
  41. 'xrdef {Reading Files-pg}{25}
  42. 'xrdef {Reading Files-snt}{Chapter'tie3}
  43. 'xrdef {Records-pg}{25}
  44. 'xrdef {Records-snt}{Section'tie3.1}
  45. 'xrdef {Fields-pg}{26}
  46. 'xrdef {Fields-snt}{Section'tie3.2}
  47. 'xrdef {Non-Constant Fields-pg}{28}
  48. 'xrdef {Non-Constant Fields-snt}{Section'tie3.3}
  49. 'xrdef {Changing Fields-pg}{29}
  50. 'xrdef {Changing Fields-snt}{Section'tie3.4}
  51. 'xrdef {Field Separators-pg}{30}
  52. 'xrdef {Field Separators-snt}{Section'tie3.5}
  53. 'xrdef {Constant Size-pg}{36}
  54. 'xrdef {Constant Size-snt}{Section'tie3.6}
  55. 'xrdef {Multiple Line-pg}{37}
  56. 'xrdef {Multiple Line-snt}{Section'tie3.7}
  57. 'xrdef {Getline-pg}{38}
  58. 'xrdef {Getline-snt}{Section'tie3.8}
  59. 'xrdef {Close Input-pg}{43}
  60. 'xrdef {Close Input-snt}{Section'tie3.9}
  61. 'xrdef {Printing-pg}{45}
  62. 'xrdef {Printing-snt}{Chapter'tie4}
  63. 'xrdef {Print-pg}{45}
  64. 'xrdef {Print-snt}{Section'tie4.1}
  65. 'xrdef {Print Examples-pg}{46}
  66. 'xrdef {Print Examples-snt}{Section'tie4.2}
  67. 'xrdef {Output Separators-pg}{47}
  68. 'xrdef {Output Separators-snt}{Section'tie4.3}
  69. 'xrdef {OFMT-pg}{48}
  70. 'xrdef {OFMT-snt}{Section'tie4.4}
  71. 'xrdef {Printf-pg}{49}
  72. 'xrdef {Printf-snt}{Section'tie4.5}
  73. 'xrdef {Basic Printf-pg}{49}
  74. 'xrdef {Basic Printf-snt}{Section'tie4.5.1}
  75. 'xrdef {Control Letters-pg}{49}
  76. 'xrdef {Control Letters-snt}{Section'tie4.5.2}
  77. 'xrdef {Format Modifiers-pg}{50}
  78. 'xrdef {Format Modifiers-snt}{Section'tie4.5.3}
  79. 'xrdef {Printf Examples-pg}{52}
  80. 'xrdef {Printf Examples-snt}{Section'tie4.5.4}
  81. 'xrdef {Redirection-pg}{53}
  82. 'xrdef {Redirection-snt}{Section'tie4.6}
  83. 'xrdef {File/Pipe Redirection-pg}{53}
  84. 'xrdef {File/Pipe Redirection-snt}{Section'tie4.6.1}
  85. 'xrdef {Close Output-pg}{55}
  86. 'xrdef {Close Output-snt}{Section'tie4.6.2}
  87. 'xrdef {Special Files-pg}{56}
  88. 'xrdef {Special Files-snt}{Section'tie4.7}
  89. 'xrdef {One-liners-pg}{59}
  90. 'xrdef {One-liners-snt}{Chapter'tie5}
  91. 'xrdef {Patterns-pg}{61}
  92. 'xrdef {Patterns-snt}{Chapter'tie6}
  93. 'xrdef {Kinds of Patterns-pg}{61}
  94. 'xrdef {Kinds of Patterns-snt}{Section'tie6.1}
  95. 'xrdef {Regexp-pg}{61}
  96. 'xrdef {Regexp-snt}{Section'tie6.2}
  97. 'xrdef {Regexp Usage-pg}{62}
  98. 'xrdef {Regexp Usage-snt}{Section'tie6.2.1}
  99. 'xrdef {Regexp Operators-pg}{63}
  100. 'xrdef {Regexp Operators-snt}{Section'tie6.2.2}
  101. 'xrdef {Case-sensitivity-pg}{65}
  102. 'xrdef {Case-sensitivity-snt}{Section'tie6.2.3}
  103. 'xrdef {Comparison Patterns-pg}{66}
  104. 'xrdef {Comparison Patterns-snt}{Section'tie6.3}
  105. 'xrdef {Boolean Patterns-pg}{67}
  106. 'xrdef {Boolean Patterns-snt}{Section'tie6.4}
  107. 'xrdef {Expression Patterns-pg}{68}
  108. 'xrdef {Expression Patterns-snt}{Section'tie6.5}
  109. 'xrdef {Ranges-pg}{69}
  110. 'xrdef {Ranges-snt}{Section'tie6.6}
  111. 'xrdef {BEGIN/END-pg}{69}
  112. 'xrdef {BEGIN/END-snt}{Section'tie6.7}
  113. 'xrdef {Empty-pg}{70}
  114. 'xrdef {Empty-snt}{Section'tie6.8}
  115. 'xrdef {Actions-pg}{73}
  116. 'xrdef {Actions-snt}{Chapter'tie7}
  117. 'xrdef {Expressions-pg}{75}
  118. 'xrdef {Expressions-snt}{Chapter'tie8}
  119. 'xrdef {Constants-pg}{75}
  120. 'xrdef {Constants-snt}{Section'tie8.1}
  121. 'xrdef {Variables-pg}{78}
  122. 'xrdef {Variables-snt}{Section'tie8.2}
  123. 'xrdef {Assignment Options-pg}{78}
  124. 'xrdef {Assignment Options-snt}{Section'tie8.2.1}
  125. 'xrdef {Arithmetic Ops-pg}{79}
  126. 'xrdef {Arithmetic Ops-snt}{Section'tie8.3}
  127. 'xrdef {Concatenation-pg}{80}
  128. 'xrdef {Concatenation-snt}{Section'tie8.4}
  129. 'xrdef {Comparison Ops-pg}{81}
  130. 'xrdef {Comparison Ops-snt}{Section'tie8.5}
  131. 'xrdef {Boolean Ops-pg}{83}
  132. 'xrdef {Boolean Ops-snt}{Section'tie8.6}
  133. 'xrdef {Assignment Ops-pg}{84}
  134. 'xrdef {Assignment Ops-snt}{Section'tie8.7}
  135. 'xrdef {Increment Ops-pg}{87}
  136. 'xrdef {Increment Ops-snt}{Section'tie8.8}
  137. 'xrdef {Conversion-pg}{88}
  138. 'xrdef {Conversion-snt}{Section'tie8.9}
  139. 'xrdef {Values-pg}{89}
  140. 'xrdef {Values-snt}{Section'tie8.10}
  141. 'xrdef {Conditional Exp-pg}{91}
  142. 'xrdef {Conditional Exp-snt}{Section'tie8.11}
  143. 'xrdef {Function Calls-pg}{91}
  144. 'xrdef {Function Calls-snt}{Section'tie8.12}
  145. 'xrdef {Precedence-pg}{93}
  146. 'xrdef {Precedence-snt}{Section'tie8.13}
  147. 'xrdef {Statements-pg}{95}
  148. 'xrdef {Statements-snt}{Chapter'tie9}
  149. 'xrdef {If Statement-pg}{95}
  150. 'xrdef {If Statement-snt}{Section'tie9.1}
  151. 'xrdef {While Statement-pg}{96}
  152. 'xrdef {While Statement-snt}{Section'tie9.2}
  153. 'xrdef {Do Statement-pg}{97}
  154. 'xrdef {Do Statement-snt}{Section'tie9.3}
  155. 'xrdef {For Statement-pg}{98}
  156. 'xrdef {For Statement-snt}{Section'tie9.4}
  157. 'xrdef {Break Statement-pg}{99}
  158. 'xrdef {Break Statement-snt}{Section'tie9.5}
  159. 'xrdef {Continue Statement-pg}{100}
  160. 'xrdef {Continue Statement-snt}{Section'tie9.6}
  161. 'xrdef {Next Statement-pg}{102}
  162. 'xrdef {Next Statement-snt}{Section'tie9.7}
  163. 'xrdef {Next File Statement-pg}{103}
  164. 'xrdef {Next File Statement-snt}{Section'tie9.8}
  165. 'xrdef {Exit Statement-pg}{104}
  166. 'xrdef {Exit Statement-snt}{Section'tie9.9}
  167. 'xrdef {Arrays-pg}{107}
  168. 'xrdef {Arrays-snt}{Chapter'tie10}
  169. 'xrdef {Array Intro-pg}{107}
  170. 'xrdef {Array Intro-snt}{Section'tie10.1}
  171. 'xrdef {Reference to Elements-pg}{109}
  172. 'xrdef {Reference to Elements-snt}{Section'tie10.2}
  173. 'xrdef {Assigning Elements-pg}{110}
  174. 'xrdef {Assigning Elements-snt}{Section'tie10.3}
  175. 'xrdef {Array Example-pg}{110}
  176. 'xrdef {Array Example-snt}{Section'tie10.4}
  177. 'xrdef {Scanning an Array-pg}{111}
  178. 'xrdef {Scanning an Array-snt}{Section'tie10.5}
  179. 'xrdef {Delete-pg}{112}
  180. 'xrdef {Delete-snt}{Section'tie10.6}
  181. 'xrdef {Numeric Array Subscripts-pg}{113}
  182. 'xrdef {Numeric Array Subscripts-snt}{Section'tie10.7}
  183. 'xrdef {Multi-dimensional-pg}{114}
  184. 'xrdef {Multi-dimensional-snt}{Section'tie10.8}
  185. 'xrdef {Multi-scanning-pg}{116}
  186. 'xrdef {Multi-scanning-snt}{Section'tie10.9}
  187. 'xrdef {Built-in-pg}{117}
  188. 'xrdef {Built-in-snt}{Chapter'tie11}
  189. 'xrdef {Calling Built-in-pg}{117}
  190. 'xrdef {Calling Built-in-snt}{Section'tie11.1}
  191. 'xrdef {Numeric Functions-pg}{117}
  192. 'xrdef {Numeric Functions-snt}{Section'tie11.2}
  193. 'xrdef {String Functions-pg}{119}
  194. 'xrdef {String Functions-snt}{Section'tie11.3}
  195. 'xrdef {I/O Functions-pg}{122}
  196. 'xrdef {I/O Functions-snt}{Section'tie11.4}
  197. 'xrdef {Time Functions-pg}{124}
  198. 'xrdef {Time Functions-snt}{Section'tie11.5}
  199. 'xrdef {User-defined-pg}{129}
  200. 'xrdef {User-defined-snt}{Chapter'tie12}
  201. 'xrdef {Definition Syntax-pg}{129}
  202. 'xrdef {Definition Syntax-snt}{Section'tie12.1}
  203. 'xrdef {Function Example-pg}{131}
  204. 'xrdef {Function Example-snt}{Section'tie12.2}
  205. 'xrdef {Function Caveats-pg}{132}
  206. 'xrdef {Function Caveats-snt}{Section'tie12.3}
  207. 'xrdef {Return Statement-pg}{133}
  208. 'xrdef {Return Statement-snt}{Section'tie12.4}
  209. 'xrdef {Built-in Variables-pg}{137}
  210. 'xrdef {Built-in Variables-snt}{Chapter'tie13}
  211. 'xrdef {User-modified-pg}{137}
  212. 'xrdef {User-modified-snt}{Section'tie13.1}
  213. 'xrdef {Auto-set-pg}{138}
  214. 'xrdef {Auto-set-snt}{Section'tie13.2}
  215. 'xrdef {Command Line-pg}{141}
  216. 'xrdef {Command Line-snt}{Chapter'tie14}
  217. 'xrdef {Options-pg}{141}
  218. 'xrdef {Options-snt}{Section'tie14.1}
  219. 'xrdef {Other Arguments-pg}{143}
  220. 'xrdef {Other Arguments-snt}{Section'tie14.2}
  221. 'xrdef {AWKPATH Variable-pg}{144}
  222. 'xrdef {AWKPATH Variable-snt}{Section'tie14.3}
  223. 'xrdef {Obsolete-pg}{145}
  224. 'xrdef {Obsolete-snt}{Section'tie14.4}
  225. 'xrdef {Undocumented-pg}{145}
  226. 'xrdef {Undocumented-snt}{Section'tie14.5}
  227. 'xrdef {Language History-pg}{147}
  228. 'xrdef {Language History-snt}{Chapter'tie15}
  229. 'xrdef {V7/S5R3.1-pg}{147}
  230. 'xrdef {V7/S5R3.1-snt}{Section'tie15.1}
  231. 'xrdef {S5R4-pg}{148}
  232. 'xrdef {S5R4-snt}{Section'tie15.2}
  233. 'xrdef {POSIX-pg}{148}
  234. 'xrdef {POSIX-snt}{Section'tie15.3}
  235. 'xrdef {POSIX/GNU-pg}{149}
  236. 'xrdef {POSIX/GNU-snt}{Section'tie15.4}
  237. 'xrdef {Installation-pg}{151}
  238. 'xrdef {Installation-snt}{Chapter'tie16}
  239. 'xrdef {Gawk Distribution-pg}{151}
  240. 'xrdef {Gawk Distribution-snt}{Section'tie16.1}
  241. 'xrdef {Extracting-pg}{151}
  242. 'xrdef {Extracting-snt}{Section'tie16.1.1}
  243. 'xrdef {Distribution contents-pg}{152}
  244. 'xrdef {Distribution contents-snt}{Section'tie16.1.2}
  245. 'xrdef {Unix Installation-pg}{153}
  246. 'xrdef {Unix Installation-snt}{Section'tie16.2}
  247. 'xrdef {Quick Installation-pg}{153}
  248. 'xrdef {Quick Installation-snt}{Section'tie16.2.1}
  249. 'xrdef {Configuration Philosophy-pg}{154}
  250. 'xrdef {Configuration Philosophy-snt}{Section'tie16.2.2}
  251. 'xrdef {New Configurations-pg}{155}
  252. 'xrdef {New Configurations-snt}{Section'tie16.2.3}
  253. 'xrdef {VMS Installation-pg}{156}
  254. 'xrdef {VMS Installation-snt}{Section'tie16.3}
  255. 'xrdef {VMS Compilation-pg}{156}
  256. 'xrdef {VMS Compilation-snt}{Section'tie16.3.1}
  257. 'xrdef {VMS Installation Details-pg}{157}
  258. 'xrdef {VMS Installation Details-snt}{Section'tie16.3.2}
  259. 'xrdef {VMS Running-pg}{158}
  260. 'xrdef {VMS Running-snt}{Section'tie16.3.3}
  261. 'xrdef {VMS POSIX-pg}{158}
  262. 'xrdef {VMS POSIX-snt}{Section'tie16.3.4}
  263. 'xrdef {MS-DOS Installation-pg}{159}
  264. 'xrdef {MS-DOS Installation-snt}{Section'tie16.4}
  265. 'xrdef {Atari Installation-pg}{159}
  266. 'xrdef {Atari Installation-snt}{Section'tie16.5}
  267. 'xrdef {Gawk Summary-pg}{163}
  268. 'xrdef {Gawk Summary-snt}{Appendix'tie'char65{}}
  269. 'xrdef {Command Line Summary-pg}{163}
  270. 'xrdef {Command Line Summary-snt}{Section'tie'char65.1}
  271. 'xrdef {Language Summary-pg}{164}
  272. 'xrdef {Language Summary-snt}{Section'tie'char65.2}
  273. 'xrdef {Variables/Fields-pg}{165}
  274. 'xrdef {Variables/Fields-snt}{Section'tie'char65.3}
  275. 'xrdef {Fields Summary-pg}{165}
  276. 'xrdef {Fields Summary-snt}{Section'tie'char65.3.1}
  277. 'xrdef {Built-in Summary-pg}{165}
  278. 'xrdef {Built-in Summary-snt}{Section'tie'char65.3.2}
  279. 'xrdef {Arrays Summary-pg}{167}
  280. 'xrdef {Arrays Summary-snt}{Section'tie'char65.3.3}
  281. 'xrdef {Data Type Summary-pg}{167}
  282. 'xrdef {Data Type Summary-snt}{Section'tie'char65.3.4}
  283. 'xrdef {Rules Summary-pg}{168}
  284. 'xrdef {Rules Summary-snt}{Section'tie'char65.4}
  285. 'xrdef {Pattern Summary-pg}{169}
  286. 'xrdef {Pattern Summary-snt}{Section'tie'char65.4.1}
  287. 'xrdef {Regexp Summary-pg}{170}
  288. 'xrdef {Regexp Summary-snt}{Section'tie'char65.4.2}
  289. 'xrdef {Actions Summary-pg}{171}
  290. 'xrdef {Actions Summary-snt}{Section'tie'char65.4.3}
  291. 'xrdef {Operator Summary-pg}{171}
  292. 'xrdef {Operator Summary-snt}{Section'tie'char65.4.3.1}
  293. 'xrdef {Control Flow Summary-pg}{172}
  294. 'xrdef {Control Flow Summary-snt}{Section'tie'char65.4.3.2}
  295. 'xrdef {I/O Summary-pg}{172}
  296. 'xrdef {I/O Summary-snt}{Section'tie'char65.4.3.3}
  297. 'xrdef {Printf Summary-pg}{173}
  298. 'xrdef {Printf Summary-snt}{Section'tie'char65.4.3.4}
  299. 'xrdef {Special File Summary-pg}{174}
  300. 'xrdef {Special File Summary-snt}{Section'tie'char65.4.3.5}
  301. 'xrdef {Numeric Functions Summary-pg}{175}
  302. 'xrdef {Numeric Functions Summary-snt}{Section'tie'char65.4.3.6}
  303. 'xrdef {String Functions Summary-pg}{175}
  304. 'xrdef {String Functions Summary-snt}{Section'tie'char65.4.3.7}
  305. 'xrdef {Time Functions Summary-pg}{176}
  306. 'xrdef {Time Functions Summary-snt}{Section'tie'char65.4.3.8}
  307. 'xrdef {String Constants Summary-pg}{177}
  308. 'xrdef {String Constants Summary-snt}{Section'tie'char65.4.3.9}
  309. 'xrdef {Functions Summary-pg}{177}
  310. 'xrdef {Functions Summary-snt}{Section'tie'char65.5}
  311. 'xrdef {Historical Features-pg}{178}
  312. 'xrdef {Historical Features-snt}{Section'tie'char65.6}
  313. 'xrdef {Sample Program-pg}{179}
  314. 'xrdef {Sample Program-snt}{Appendix'tie'char66{}}
  315. 'xrdef {Bugs-pg}{183}
  316. 'xrdef {Bugs-snt}{Appendix'tie'char67{}}
  317. 'xrdef {Notes-pg}{185}
  318. 'xrdef {Notes-snt}{Appendix'tie'char68{}}
  319. 'xrdef {Compatibility Mode-pg}{185}
  320. 'xrdef {Compatibility Mode-snt}{Section'tie'char68.1}
  321. 'xrdef {Future Extensions-pg}{185}
  322. 'xrdef {Future Extensions-snt}{Section'tie'char68.2}
  323. 'xrdef {Improvements-pg}{186}
  324. 'xrdef {Improvements-snt}{Section'tie'char68.3}
  325. 'xrdef {Glossary-pg}{189}
  326. 'xrdef {Glossary-snt}{Appendix'tie'char69{}}
  327. 'xrdef {Index-pg}{195}
  328. 'xrdef {Index-snt}{}
  329.